﻿@charset "utf-8";

.w-100{
	width:100%;
}
.colorfff{
	color:#fff;
}
.mr-5{
	margin-right: 5px;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/bn.png);
	width:52px;
	height: 99px;
	background-size: 100% 100%;
	right:120px;
	margin-top: -49px;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/bp.png);
	width:52px;
	height: 99px;
	background-size: 100% 100%;
	left:120px;
	margin-top: -49px;
}

.swiper-pagination-bullet{
	 width:15px;
	 height: 15px;
	 background: #fff;
	 opacity: 1;
}

.swiper-pagination-bullet-active{
	 background: #377bf2;
}

.header .top {
	min-width:1200px;
	width: 100%;
	height: 29px;
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 29px;
}

.warp {
	width: 1200px;
	margin: 0 auto;
}

.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}



.header .top .fr {
	padding-top: 8px;
	font-size: 0;
}

.header .top .link {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	height: 12px;
	line-height: 12px;
	border-right: 1px dotted #2f2f2f;
	vertical-align: top;
	position: relative;
}

.header .top .link .hover {
	display: none;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	top: 20px;
	left: -20px;
}

.header .top .link .hover img {
	width: 100px;
	height: 100px;
}

.header .top .link:last-child {
	border-right: 0;
}

.header .top a {
	font-size: 14px;
	color: #2f2f2f;
	vertical-align: top;
}

.header .top a:hover {
	color: #2257b5;
}

.header .top a:last-child {
	border-right: 0;
}

.header .top .link:hover .hover {
	display: block;
}


#top_b {
	height:21px;
	float:left; margin-right:15px; margin-top:-4px;
	line-height:20px;
	overflow:hidden;

}

#top_b select{border:1px #3488ea solid; color:#fff; background:#3488ea; width:110px; padding-left:10px;}
#top_b select:hover{background:#bde7ff; color:#009af2;}

.header .head {

}

.header .head .logo {
	float: left; padding:32.5px 0 0 0;
}

.header .head .tel {
	font-size: 16px; padding: 22.5px 0 0 0; margin-left:60px; width:340px;
}

.header .head .tel .tel_num {
	float: right;
	font-size: 16px;
	color: #444444;
	margin-left: 9px;
	line-height: 22px;
}

.header .head .tel .tel_num div {
	font-size: 14px;
}

.header .head .tel_num div:nth-child(2) {
	font-size: 18px;
	color: #404040;
	margin-top: 5px;
}

.header .head .t_wx{ width:106px; padding:12px 0; text-align:center;}




.header .nav {
	min-width:1200px;
	width: 100%;
	background-color: #3488ea;
	height: 52px;
	text-align: center;
}

.header .nav ul {
	font-size: 0;
	text-align: center;
}

.header .nav ul li {
	color: #FFFFFF;
	font-size: 16px;
	display: inline-block;
	height: 52px;
	position: relative;
	vertical-align: top;
}

.header .nav ul li a {
	box-sizing: border-box;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	padding-left: 35px;
	padding-right: 34px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	font-size: 16px;
}

.header .nav ul li dl {
	position: absolute;
	background-color: #357ed3;
	z-index:8;
	width: 170px;
	top: 52px;
	display: none;
	left: -18px;
}

.header .nav ul li:nth-last-child(2) dl {
	left: 0;
	width: 100%;
}

.header .nav ul li dl dd a {
	font-size: 14px;
	padding: 15px;
	text-align: center;
}

.header .nav ul li dl dd:hover {
	background-color: #3075c6;
}

.header .nav ul li:hover {
	background-color: #2d78cf;
}

.header .nav ul li:hover dl {}

.header .nav ul li.on {
	background-color: #2d78cf;
}

.header .nav ul li.on .border_right {
	display: none !important;
}

.header ul li .border_right {
	position: absolute;
	right: 0;
	top: 13.5px;
	width: 1px;
	height: 25px;
	border-right: 1px dotted #FFFFFF;
}

.header ul li:last-child .border_right {
	display: none !important;
}


/*.nav-list{height:100px;}
.nav-list>li{position:relative;float:left;margin:0 25px;height:52px; line-height:52px;}
.nav-list>li:before{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:transparent;}
.nav-list>li>a{position:relative;display:inline-block;padding:0 10px;color:#fff;font-size:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s; }
.nav-list>li>a:before{content:"";position:absolute;left:0;top:0;width:100%;border-top:2px solid #732ab0;opacity:0;visibility:hidden;}
.nav-list>li.on>a:before{opacity:1;visibility:visible;}
.nav-list>li.on>a,.nav-list>li:hover>a{color:#fff; background:#2d78cf;}
.caret{display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-top:6px dashed;border-top:6px solid\9;border-right:6px solid transparent;border-left:6px solid transparent;}

.gr-sub-nav{visibility:hidden;opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.nav-list>li:hover .gr-sub-nav{visibility:visible;opacity:.9;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);}
.gr-sub-nav,.gr-dropdown-menu{position:absolute;top:52px;left:0;z-index:99;border-top:3px solid #ffa200;width:150px;background:#fcfcfc;padding:5px 0;box-shadow:0 0 20px rgba(0,0,0,0.1);}
.gr-sub-nav>li,.gr-dropdown-menu li{line-height:50px;}
.gr-sub-nav>li a,.gr-dropdown-menu li a{display:inline-block;width:100%;padding:0 15px;font-size:14px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.gr-sub-nav>li:hover>a{text-indent:10px;}
.gr-dropdown-menu li:hover a{    text-indent: 10px;}
-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px);}
.gr-sub-nav>li ~ li,.gr-dropdown-menu li ~ li{border-top:1px solid #eee;}
.gr-dropdown-menu{z-index:88;display:none;top:auto;right:auto;left:100%;margin-top:-54px;width:150px;overflow:hidden;transform:translateY(20px);-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.gr-sub-nav>li:hover .gr-dropdown-menu{display:block;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);}
.gr-sub-nav>li>a{position:relative;width:100%;}
.gr-sub-nav>li>a.sj:after{position:absolute;right:15px;display:inline-block;width:0;height:0;margin-top:21px;vertical-align:middle;content:'';border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px dashed;}
.gr-sub-nav>li:hover .gr-dropdown-menu li{-webkit-animation-name:slide-left;-o-animation-name:slide-left;animation-name:slide-left;-webkit-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(1){-webkit-animation-delay:.02s;-o-animation-delay:.02s;animation-delay:.02s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(2){-webkit-animation-delay:.04s;-o-animation-delay:.04s;animation-delay:.04s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(3){-webkit-animation-delay:.06s;-o-animation-delay:.06s;animation-delay:.06s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(4){-webkit-animation-delay:.08s;-o-animation-delay:.08s;animation-delay:.08s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(5){-webkit-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(6){-webkit-animation-delay:.12s;-o-animation-delay:.12s;animation-delay:.12s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(7){-webkit-animation-delay:.14s;-o-animation-delay:.14s;animation-delay:.14s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(8){-webkit-animation-delay:.16s;-o-animation-delay:.16s;animation-delay:.16s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(9){-webkit-animation-delay:.18s;-o-animation-delay:.18s;animation-delay:.18s}
.gr-sub-nav>li:hover .gr-dropdown-menu li:nth-child(10){-webkit-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}*/





/* banner */

.banner {
	overflow: hidden;
	position: relative;
	min-width:1200px;
}

.banner .prev,
.banner .next {
	position: absolute;
	top: 50%;
	margin-top: -49.5;
	display: block;
	width: 52px;
	height: 99px;
	background-repeat: no-repeat;
	z-index: 22;
}

.banner .prev {
	background-image: url(../images/bp.png);
	left:120px;
}

.banner .next {
	background-image: url(../images/bn.png);
	right:120px;
}

.banner img {
	max-width: 100%;
}

.banner .bd ul li {
	background-position: center;
	background-size: cover;
	height: 550px;
}

.banner .bd ul li a {
	height: 550px;
	position:relative;
	z-index: 2;
}

.banner .bd ul li img {
	max-width: 100%;
}

.banner .bd {
	z-index: 1;
}

.banner .hd {
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 32px;
	width: 100%;
	height: 16px;
	z-index: 3;
}

.banner .hd ul li {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-right: 18px;
}

.banner .hd ul li.on {
	background-color: #377bf2;
}

.keyword {
	height: 70px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 15.5px 0;
}

.keyword .span {
	font-size: 16px;
	color: #3488ea;
	float: left;
	margin-right: 9px;
	margin-top: 10px;
}

.keyword .word {
	float: left;
	font-size: 14px;
	width: 680px;
	margin-top: 12px;
}

.keyword .word a {
	color: #838383;
	margin-right: 5px;
}

.keyword .word a:hover {
	color: #2d78cf;
}

.search_box {
	width: 392px;
	float: right;
	border: solid 1px #2d78cf;
	height: 42px;
}

.search_box input[type='text'] {
	border: 0;
	width: 305px;
	height: 40px;
	padding-left: 14px;
	font-size: 14px;
	vertical-align: top;
	margin: 0;
}

.search_box input[type='text']::-webkit-input-placeholder {
	color: #9c9c9d;
}

.search_box input[type='text']::-moz-input-placeholder {
	color: #9c9c9d;
}

.search_box input[type='button'] {
	border: 0;
	width: 66px;
	height: 40px;
	color: #FFFFFF;
	background-color: #3488ea;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}

.search_box input.button_search {
	border: 0;
	width: 66px;
	height: 40px;
	color: #FFFFFF;
	background-color: #3488ea;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}

.index_bg {
	min-width:1200px;
	width: 100%;
	background: url(../images/bg.jpg);
	padding-top: 55px;
	padding-bottom: 38px;
}

.index_title {
	font-size: 32px;
	color: #00040c;
	text-align: center;
	color: #00040c;
	font-weight: bold;
}

.index_title font {
	color: #2d78cf;
}

.index_title_s {
	font-size: 16px;
	color: #343434;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 66px;
}




.proMain {
	padding-bottom:20px; height:774px; background:#FFF;
}
.proMain .pro_l {
	float: left;
	width: 220px;
}

.pro_l h4 {
	height: 70px;
	background-color:#3488ea;
}
.pro_l h4 a {
	display: block;
	padding-left: 43px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	height: 70px;
	line-height: 70px;
	text-align: left;
}
.pro_l>ul {
	border: 2px solid #3488ea; padding-bottom:10px;
}
.pro_l>ul>li {
	margin-top: 15px;
}
.pro_l>ul>li>h5 {
	margin: 0 8px;
	background: #3488ea;
	padding-left: 12px;
	height: 38px;
    line-height: 38px;
}
.pro_l>ul>li h5 a {
	font-size: 16px;
	text-decoration: none;
	background: url(../images/probg1.png) no-repeat left center;
	padding-left: 22px;
	color:#fff;
}
.pro_l>ul>li .sed {
	margin: 10px 9px 15px 33px;
}
.pro_l>ul>li .sed p {
	margin-bottom: 5px;
}
.pro_l>ul>li .sed p a {
	font-size: 13px;
	display: block;
	padding-left: 8px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color:#666;
}
.pro_l>ul>li .sed p a:hover {
	color: #3488ea;
}
.pro_l>ul>li ul {
	overflow: hidden;
	padding: 25px;
*padding:22px
}
.pro_l>ul>li ul li {
	float: left;
	margin-left: 15px;
}
.pro_l>ul>li ul li p {
	height: 30px;
	line-height: 30px;
}
.pro_l>ul>li ul li p a {
	font-size: 13px;
}
.tab{ width:960px; float:right;}
.tab .hd {
	width: 100%;
	height: 80px;
	background: #f1f9ff;
	border-bottom: 1px solid #FFFFFF;
}

.tab .hd ul li {
	width: 320px;
	height: 70px;
	float: left;
	color: #2f2f2f;
	text-align: center;
	padding-top: 16px;
	font-weight: bold;
	cursor: pointer;
}

.tab .hd ul li img {
	display: none;
}

.tab .hd ul li.on {
	background-color: #3488ea;
	color: #FFFFFF;
}

.tab .hd ul li .text {
	font-size: 16px;
}

.tab .hd ul li .text .num {
	font-size: 30px;
	color: #2d78cf;
}

.tab .hd ul li.on .text .num {
	color: #FFFFFF;
}

.tab .hd ul li.on img {
	display: inline;
}

.tab .bd {
	background-color: #FFFFFF;
}

.tab .bd .img {
	position: relative;
	width: 720px;
	height: 383px;
	overflow: hidden;
}

.tab .bd .img img {
	width: 100%;
	height: 383px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
}

.tab .bd .img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.tab .bd .img .cover {
	width: 100%;
	position: absolute;
	height: auto;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75) !important;
	*background: url(../images/cover.png) !important;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	color: #FFFFFF;
}

.tab .bd .img .cover .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
}

.tab .bd .img .cover .p {
	font-size: 14px;
}

.tab .bd .img .cover .p p {
	height: 40px;
	overflow: hidden;
	line-height: 22px;
	display: none;
}

.tab .bd .img .cover .p a.a {
	display: block;
	float: right;
	text-align: center;
	width: 84px;
	height: 25px;
	border: solid 1px #3bb0ff;
	color: #3bb0ff;
	font-size: 13px;
	line-height: 23px;
}

.tab .bd .img .cover .p a.a:hover {
	background-color: #3bb0ff;
	color: #FFFFFF;
}

.tab .bd .lists {
	width: 465px;
	padding-top: 7px;
}

.tab .bd .lists .product {
	width: 465px;
	height: 180px;
	background-color: #F1F9FF;
	margin-bottom: 8px;
	padding: 20px 15px;
}

.tab .bd .lists .product:last-child {
	margin-bottom: 0;
}

.tab .bd .lists .product .pro_pic {
	width: 204px;
	height: 138px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	overflow: hidden;
}

.tab .bd .lists .product .pro_pic img {
	width: 204px;
	height: 138px;
	transition: .3s all;
	-webkit-transition: .3s all;
}

.tab .bd .lists .product .pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.tab .bd .lists .product .pro_text {
	width: 202px;
	float: right;
}

.tab .bd .lists .product .pro_text .pro_title {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 10px;
}

.tab .bd .lists .product .pro_text .specification {
	font-size: 13px;
	color: #3f3a39;
	line-height: 22px;
}

.tab .bd .lists .product .pro_text .tl {
	height: 1px;
	width: 202px;
	background-image: url(../images/tl.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.tab .bd .lists .product .pro_text .specification font {
	color: #2e569b;
}







.pro_l1>dl {
	border: 1px solid #f5f5f5;
}
.pro_l1>dl>dt {
	margin-top: 15px;
}
.pro_l1>dl>dt>h5 {
	margin: 0 8px;
	background: #a3a3a3;
	padding-left: 12px;
	height: 38px;
    line-height: 38px;
}
.pro_l1>dl>dt h5 a {
	font-size: 16px;
	text-decoration: none;
	background: url(../images/probg1.png) no-repeat left center;
	padding-left: 22px;
	color:#fff;
}
.pro_l1>dl>dt .sed {
	margin: 10px 9px 15px 33px;
}
.pro_l1>dl>dt .sed p {
	margin-bottom: 5px;
}
.pro_l1>dl>dt .sed p a {
	font-size: 13px;
	display: block;
	padding-left: 8px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color:#666;
}
.pro_l1>dl>dt .sed p a:hover {
	color: #3488ea;
}
.pro_l1>dl>dt ul {
	overflow: hidden;
	padding: 25px;
*padding:22px
}
.pro_l1>dl>dt ul li {
	float: left;
	margin-left: 15px;
}
.pro_l1>dl>dt ul li p {
	height: 30px;
	line-height: 30px;
}
.pro_l1>dl>dt ul li p a {
	font-size: 13px;
}




















.prcont ul {
	overflow: hidden;
	width:960px; padding-top:20px;
}
.prcont li {
	float: left;
	width:308px;
	margin-right:18px;
	margin-bottom:35px;
}
.prcont li:nth-child(3n){ margin-right:0;}
.prcont li>a {
	display: block;
	width:308px;
	height:250px;
	position: relative;
}
.prcont li>a img {
	display: block;
}
.prcont li>a span {
	display: block;
	position: absolute;
	width:308px;
	height:250px;
	background: url(../images/ljgd.png) no-repeat center;
	top: 0;
	left: 0;
	display: none;
}
.prcont li p {
	text-align: center;
	margin-top: 30px;
}
.prcont li p a {
	font-size: 16px;color:#666;
}
.prcont li>a:hover span {
	display: block;
}










.pro_link {
	margin-top: 5px;
}

.pro_link a {
	width: 66px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 15px;
	background-color: #3bb0ff;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}

.pro_link a:hover {
	background-color: #3ca9f2;
}

.pro_link a:last-child {
	background-color: #3488EA;
}

.pro_link a:last-child:hover {
	background-color: #3488d5;
}

.more-product {
	margin-top: 42px;
}

.more-product-bg {
	background: url(../images/mr.png);
	width: 100%;
	position: relative;
	height: 1px;
	vertical-align: top;
}

.more-product .more {
	width: 90px;
	height: 32px;
	background-color: #2d78cf;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	margin: -16px auto 0;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.more-product .more a {
	color: #FFFFFF;
	display: block;
}


/* 优势 */

.advantage {
	margin-top: 55px;
	background-color: #FFFFFF;
}

.advantage .warp {
	overflow: hidden;
}

.advan_title {
	font-size: 32px;
	color: #000308;
	text-align: center;
	font-weight: bold;
}

.advan_title font {
	color: #2d78cf;
}

.advan_title_s {
	font-size: 16px;
	color: #343434;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 46px;
}

.advantage ul li {
	width: 300px;
	float: left;
	/*	border: 1px solid #000;*/
	font-size: 20px;
	color: #5e5e5e;
	height: 300px;
	border-right: 1px dotted #d2d2d2;
	position: relative;
	z-index: 999;
}

.advantage ul li:first-child {
	margin-left: 0;
}

.advantage ul li:last-child {
	margin-right: 0;
}

.advantage ul li .icon-box {
	transform: rotateX(0deg) rotateY(0deg) translate3d(0px, 0px, 0px);
	width: 300px;
	height: 300px;
	margin-top: 40px;
}

.advantage ul li .icon {
	width: 158px;
	height: 158px;
	border-radius: 50%;
	margin: 0px auto 30px;
	border: solid 3px #5e5e5e;
	text-align: center;
}

.advantage ul li .text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: normal;
}

.advantage ul li:last-child {
	border-right: 0;
}

.advantage ul li .mask {
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #3488ea;
	color: #FFFFFF;
	transition: .5s all;
	-webkit-transition: .5s all;
	transition: .5s all;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 50% 50%;
	overflow: hidden;
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	border-radius: 50%;
}

.advantage ul li:hover .mask {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	border-radius: 0;
}

.advantage ul li .mask .mask-box {
	border: solid 2px #ffffff;
	width: 100%;
	height: 100%;
	padding-top: 70px;
}

.advantage ul li .mask .mask_title {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 43px;
	margin-bottom: 27px;
	text-align: center;
	font-weight: bold;
}

.advantage ul li .mask .mask_title img {
	margin-right: 12px;
}

.advantage ul li .mask p {
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	display: none;
}

.advantage ul li .mask a.link {
	width: 133px;
	height: 36px;
	border: solid 1px #ffffff;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 30px auto;
}

.advantage ul li .mask a.link:hover {
	background-color: #FFFFFF;
	color: #3488ea;
}

.news_lists.faq_lists .q {
	font-size: 16px;
	color: #2d78cf;
}

.news_lists.faq_lists .q:before {
	width: 23px;
	height: 22px;
	background-image: url(../images/q2.jpg);
}

.news_lists.faq_lists .a {
	font-size: 14px;
	color: #949494;
	line-height: 24px;
}

.news_lists.faq_lists .a:before {
	width: 23px;
	height: 22px;
	background-image: url(../images/a2.jpg);
}


/*.advantage ul li:nth-child(2) .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background-color: #1a448e;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 38px;
	color: #FFFFFF;
}*/


/* 案例 */

.case {
	margin-top: 72px;
}

.case-bg {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width:1200px;
	width: 100%;
	min-height: 418px;
	padding-top: 55px;
}

.case-bg img {
	max-width: 100%;
}

.case-title {
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	margin-bottom: 18px;
	font-weight: bold;
}

.case-title-s {
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	margin-bottom: 66px;
}

.case .case-tab {
	padding-bottom: 38px;
}

.case .case-tab .hd {
	width: 1015px;
	margin: auto;
	height: 46px;
	margin-bottom: 34px;
	text-align: center;
}

.case .case-tab .hd ul li {
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 100px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}

.case .case-tab .hd ul li.on {
	background: url(../images/on.png);
	background-repeat: no-repeat;
}

.case .case-tab .hd ul li:last-child {
	margin-right: 0;
}

.case .case-tab .bd {}

.case .case-tab .bd ul li {
	width: 590px;
	float: left;
	border: 1px solid transparent;
}

.case .case-tab .bd ul li:nth-child(even) {
	margin-left: 15px;
}

.case .case-tab .bd ul li .img {
	width: 100%;
	height: 313px;
	overflow: hidden;
}

.case .case-tab .bd ul li .img img {
	width: 100%;
	height: 313px;
	transition: .3s all;
	-webkit-transition: .3s all;
}

.case .case-tab .bd ul li .text {
	background-color: #FFFFFF;
	box-shadow: 3px 6px 6px 0px rgba(6, 3, 3, 0.05);
	padding-top: 26px;
	padding-left: 22px;
	padding-right: 22px;
	text-align: left;
	height: 125px;
	overflow: hidden;
}

.case .case-tab .bd ul li .text .title {
	font-size: 16px;
	color: #00040c;
	margin-bottom: 13px;
}

.case .case-tab .bd ul li .text .p {
	font-size: 14px;
	color: #00040c;
}

.case .case-tab .bd ul li:hover {
	border: 1px solid #3488EA;
}

.case .case-tab .bd ul li:hover .text .title {
	color: #1a448e;
}

.case .case-tab .bd ul li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 荣誉 */

.honor {
	background: #FFFFFF;
	padding-top: 55px;
}

.honor_title {
	text-align: center;
	font-size: 32px;
	color: #00040a;
	font-weight: bold;
}

.honor_title font {
	color: #2d78cf;
}

.honor_title_s {
	text-align: center;
	font-size: 16px;
	color: #303030;
	margin-bottom: 60px;
	margin-top: 13px;
}

.honor_slide .bd {
	position: relative;
}

.honor_slide .bd ul li {
	width: 280px;
	height: 381px;
	background-color: #F1F9FF;
	float: left;
	margin-right: 26px;
	padding: 34px 0;
}

.honor_slide .bd ul li .img {
	width: 212px;
	height: 276px;
	margin: 0 auto;
}

.honor_slide .bd ul li img {
	max-width: 100%;
}

.honor_slide .bd ul li p {
	text-align: center;
	font-size: 16px;
	color: #434343;
	margin-top: 23px;
}

.honor_slide .bd a.next,
.honor_slide .bd a.prev {
	position: absolute;
	top: 170px;
	left: 12px;
	width: 33px;
	height: 39px;
	background-color: rgba(52, 136, 234, 0.87);
	opacity: 0.87;
	cursor: pointer;
	text-align: center;
}

.honor_slide .bd a.next {
	position: absolute;
	left: auto;
	right: 12px;
}

.honor_slide .bd a.next img,
.honor_slide .bd a.prev img {
	position: absolute;
	top: 10px;
	left: 9px;
}

.honor_slide .bd a.next img {
	left: 12px;
}


/* 关于我们 */

.index_about {
	min-width:1200px;
	width:100%;
	padding-top: 55px;
	background: url(../images/bg3.jpg);
	margin-top: 60px;
	padding-bottom: 65px;
}

.index_about .warp {
	overflow: hidden;
}

.index_about .about_title {
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
	font-weight: bold;
}

.index_about .about_title_s {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.index_about .top {
	width: 538px;
	height: 499px;
	background-color: #FFFFFF;
	padding: 16px;
}

.index_about .top .img {
	width: 100%;
}

.index_about .top .img img {
	max-width: 100%;
}

.index_about .top .text {
	margin-top: 15px;
	font-size: 14px;
	color: #323232;
	line-height: 22px;
}

.index_about .top .text div {
	font-size: 16px;
	color: #202020;
	margin-bottom: 10px;
}

.index_about .top .text a {
	display: block;
	width: 83px;
	height: 24px;
	border: solid 1px #1a448e;
	text-align: center;
	line-height: 22px;
	color: #1a448e;
	margin-top: 20px;
}

.index_about .top .text a:hover {
	background-color: #1a448e;
	color: #FFFFFF;
}

.index_about .block {
	width: 312px;
	height: 242px;
	background: url(../images/block.jpg) no-repeat;
	float: left;
	margin-bottom: 17px;
	padding-top: 55px;
	color: #FFFFFF;
	padding-left: 50px;
	position: relative;
}

.index_about .block:nth-child(even) {
	float: right;
}

.index_about .fr {
	width: 643px;
}

.index_about .block .p {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 6px;
}

.index_about .block .num {
	font-family: Arial;
	font-size: 89px;
	font-weight: bold;
}

.index_about .block .num span {
	font-size: 89px;
	font-weight: bold;
}

.index_about .block .num font {
	font-size: 32px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-weight: normal;
}

.index_about .block .cover-line {
	position: absolute;
	top: 149px;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: linear-gradient(135deg, #2464ad 0%, #296ebe 11%, #2d78cf 100%);
}


/* 新闻 */

.news_message {
	background-color: #F9F9F9;
	padding-top: 64px;
}

.news_message:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.news_message .news {
	width: 740px;
}

.news_message .warp {
	width: 1180px;
	background-color: #FFFFFF;
	padding-left: 26px;
	padding-top: 40px;
	padding-right: 22px;
}

.news_message .warp .news_title {
	border-left: 5px solid #2d78cf;
	font-size: 18px;
	padding-left: 12px;
	margin-bottom: 20px;
}

.news_message .warp .news_title span {
	color: #999999;
	font-size: 22px;
	cursor: pointer;
}

.news_message .warp .news_title span.on {
	color: #3488ea;
}

.news_message .warp .news_title span:after {
	content: '';
	display: inline-block;
	border-right: 1px dotted #e5e5e5;
	width: 1px;
	height: 18px;
	margin-left: 10px;
	margin-right: 9px;
	margin-top: 10px;
	vertical-align: top;
}

.news_message .warp .news_title span:nth-child(3) {
	border: 0;
}

.news_message .warp .news_title span:nth-child(3):after {
	display: none;
}

.news_message .warp .news_title a.fr {
	color: #33363d;
	font-size: 12px;
	vertical-align: top;
	margin-top: 11px;
}

.news_message .warp .news_title a.faq-link {
	display: none;
}

.index_news.bd a.fr {}

.news_message .warp .headline {
	float: left;
	width: 322px; 
}

.news_message .warp .headline .img img {
	width: 100%;
}

.news_message .warp .headline .text div {
	font-size: 16px;
	color: #33363d;
	margin-top: 13px;
	margin-bottom: 10px;
	width: 322px; 
}

.news_message .warp .headline .text {
	font-size: 12px;
	color:#969696; line-height:26px;
}

.news_message .warp .headline a {
	font-size: 16px;
	color: #333;
}
.news_message .warp .headline a:hover {
	font-size: 16px;
	color: #2d78cf;
}



.news_message .warp .headline1 {
	float: left;
	width: 322px; margin-right:30px;
}

.news_message .warp .headline1 .img img {
	width: 100%;
}

.news_message .warp .headline1 .text div {
	font-size: 16px;
	color: #33363d;
	margin-top: 13px;
	margin-bottom: 10px;
}

.news_message .warp .headline1 .text {
	font-size: 12px;
	color: #969696;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.news_message .index_news {
	width: 740px;
}

.news_message .index_news .news_lists {
	margin-left: 30px;
	font-size: 14px;
	width: 388px;
	padding: 0;
	margin-top: 0;
	border: 0;
}

.news_message .index_news .news_lists a {
	color: #333333;
	display: block;
	max-width: 388px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_message .index_news .news_lists a:before {
	content: '';
	display: inline-block;
	background-image: url(../images/o.png);
	width: 6px;
	height: 9px;
	margin-right: 13px;
	vertical-align: top;
	margin-top: 5px;
}

.news_message .index_news .news_lists ul li {
	border-bottom: dotted 1px #c9c9c9;
	padding-bottom:10px;
	margin-bottom: 13px;
}

.news_message .index_news .news_lists ul li:last-child {
	border: none;
	margin-bottom: 14px;
}

.news_message .index_news .news_lists1 {
	font-size: 14px;
	width:950px;
	border: solid 1px #e5e5e5;
	padding: 20px 0;
	margin-top: 12px;
	border: 0;
}


.news_message .index_news .news_lists1 ul li {
	border-bottom: dotted 1px #c9c9c9;
	padding-bottom: 9px;
	margin-bottom: 10px;
	margin-top:20px;
}

.news_message .index_news .news_lists1 ul li:last-child {
	border: none;
	margin-bottom: 14px;
}

.news_lists1 .list {
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
}

.news_lists1 .list:last-child {
	border-bottom: 0;
}

.news_lists1 .list .text {
	width:950px;
}

.news_lists1 .list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.news_lists1 .list .title {
	color: #2c2c2c;
	font-size: 16px;
	margin-bottom: 5px;
}

.news_lists1 .list .title a{
    color: #666;
	font-size: 18px; font-weight:bold;
}

.news_lists1 .list .date {
	color: #a4a4a4;
	font-size: 12px; margin-top:10px;
}

.news_lists1 .list .abstract {
	font-size: 14px;
	color: #808080;
	line-height:24px;
	margin-top:15px;
}





.faq_lists {
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.faq_lists .q {
	color: #4a4a4a;
	font-size: 14px;
}

.faq_lists .q:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 19px;
	background-image: url(../images/q.jpg);
	vertical-align: top;
	margin-right: 8px;
}

.faq_lists .a {
	color: #b2b2b2;
	font-size: 13px;
	margin-top: 15px;
	line-height: 20px;
}

.faq_lists .a div {
	display: inline-block;
	width: 700px;
}

.faq_lists .a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 19px;
	background-image: url(../images/an.jpg);
	vertical-align: top;
	margin-right: 8px;
}


/* 留言 */

.message {
	width: 350px;
}

.message_title {
	color: #3488ea;
	font-size: 22px;
	border-left: solid 5px #2d78cf;
	padding-left: 10px;
	margin-bottom: 25px;
	font-size: 22px;
}

.message .name,
.message .tel {
	width: 158px;
	height: 34px;
	background-color: #f1f9ff;
	border: solid 1px #c5e6ff;
	padding-left: 8px;
	color: #333333;
}

.message input::-moz-placeholder,
.message input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.message .tel {
	margin-left: 9px;
}

.message .email {
	width: 338px;
	height: 36px;
	background-color: #f1f9ff;
	border: solid 1px #c5e6ff;
	margin-top: 14px;
	padding-left: 10px;
}

.message .textarea {
	width: 338px;
	height: 107px;
	background-color: #f1f9ff;
	border: solid 1px #c5e6ff;
	margin-top: 14px;
	padding-left: 10px;
	padding-top: 10px;
}

.message .submit,
.message .reset {
	width: 76px;
	height: 28px;
	color: #FFFFFF;
	border: 0;
	font-size: 12px;
	line-height: 28px;
	margin-top: 14px;
}

.message .submit {
	margin-left: 17px;
	background-color: #2d78cf;
}

.message .reset {
	background-color: #151515;
}


/* 品牌客户 */

.brand {
	background-color: #F9F9F9;
	padding-top: 15px;
}

.brand_title {
	color: #3488ea;
	font-size: 22px;
	border-left: solid 5px #2d78cf;
	padding-left: 10px;
	margin-bottom: 25px;
}

.brand .warp {
	width: 1180px;
	background: #FFFFFF;
	padding-top: 23px;
	padding-bottom: 60px;
	padding-left: 27px;
	padding-right: 28px;
}

.brand_slide .bd {
	overflow: hidden;
}

.brand_slide .bd ul li {
	width: 270px;
	height: 138px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-left: 13px;
}

.brand_slide .bd ul li img {
	width: 216px;
	height: 111px;
}


/* 友情链接 */

.Links {
	min-width:1200px;
	width:100%;
	background-color: #E9E9E9;
	padding-top:20px;
	padding-bottom:20px;
}

.Links .hd { position:relative;
}


.Links .hd .on .arrow { position:absolute; left:150px; top:25px;
	width:7px;
	height:10px;
	background:url(../images/jt.png) no-repeat;
}

.Links .hd .on { width:150px; height:60px; font-size:20px; line-height:60px; text-align:center; color:#FFF; float:left;
	background-color: #2d78cf;
}
.Links .hd .flinks{ width:1000px; min-height:60px; height:auto !important; height:60px; line-height:60px; float:right;
}

.Links .hd .flinks a{ padding-right:20px; color:#666; font-size:16px;
}
.Links .hd .flinks a:hover{ color:#2d78cf;
}

/* footer */

.footer {
	background: #2d78cf;
	min-height: 100px;
	padding-top: 10px;
	margin-top: 10px;
	min-width:1200px;
	width:100%;
}

.footer_nav {
	color: #FFFFFF;
	font-size: 16px;
	border-bottom: solid 1px #c4dfff;
}



.footer_nav ul li .border_right {
	position: absolute;
	right: 0;
	top: 13.5px;
	width: 1px;
	height: 25px;
	border-right: 1px dashed #FFFFFF;
}

.footer_nav ul li:last-child .border_right {
	display: none;
}

.footer_content {
	
}

.footer_logo {
	float: left;
	padding-right: 34px;
	border-right: 1px solid #1d67bd;
	padding-top: 43px;
	padding-bottom: 32px;
	width: 184px;
}

.footer_r {
	float: left;
	border-left: 1px solid #408de6;
	width: 1015px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

.footer_r p {
	margin-bottom: 15px;
}

.footer_r p:last-child {
	font-size: 12px;
}

.footer_r p:last-child  a{
	font-size: 12px;
}

.footer_r_l {
	width: 410px;
	float: left;
}

.footer_r_lx {
	width: 380px;
	float: left;
    margin-left:30px; margin-top:27px;
}

.footer_r_lx ul li{
	width: 110px;
	float: left; margin-right:15px; line-height:32px; text-align:center;
}
.footer_r_lx ul li a{ color:#FFF;
}
.footer_r_lx ul li a:hover{ color:#0b51a2;
}

.footer_r_r {
	float: right;
}

.ewm {
	text-align: center;
	margin-right: 35px;
}

.ewm img {
	margin-bottom: 10px;
	width: 110px;
}


/* 产品中心 */

.sidebar {
	width: 210px;
}

.bar_title {
	height: 53px;
	background-color: #2d78cf;
	line-height: 53px;
	padding-left: 35px;
	color: #FFFFFF;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.bar_title img {
	position: absolute;
	right: 26px;
	top: 22px;
}

.sidebar ul {
	margin-bottom: 16px;
}

.sidebar ul li {
	background-color: #f5f5f5;
	width: 100%;
	height: 37px;
	margin-bottom: 1px;
	color: #313131;
	font-size: 14px;
	position: relative;
	line-height: 37px;
}

.sidebar ul li:hover {
	background-color: #373737;
}

.sidebar ul li:hover a {
	color: #FFFFFF;
}

.sidebar ul li:hover .link_icon {
	background-image: url(../images/active.png);
}

.sidebar ul li.active {
	background-color: #373737;
}

.sidebar ul li a {
	display: block;
	color: #313131;
}

.sidebar ul li.active a {
	color: #FFFFFF;
}

.sidebar ul li .link_icon {
	margin-right: 5px;
	margin-left: 38px;
	margin-top: 14px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 9px;
	display: inline-block;
}

.sidebar ul li.active .link_icon {
	background-image: url(../images/active.png);
}

.product_content {
	width: 950px;
}

.mianbaoxie {
	font-size: 14px;
	color: #9c9c9d;
}

.mianbaoxie a {
	color: #9c9c9d;
}

.mianbaoxie a.active {
	color: #2d78cf;
}

.product {
	margin-bottom: 48px;
}

.product .lists {
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	padding-top: 23px;
	padding-left: 28px;
	padding-bottom: 29px;
	padding-right: 23px;
}

.product .lists .list {
	width: 441px;
	height: 270px;
	border: 8px solid #f5f5f5;
	margin-bottom: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}

.product .lists .list:nth-child(even) {
	float: right;
}

.product .lists .list .img {
	height: 170px;
	width: 208px;
	float: left;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.product .lists .list .img img {
	width: 174px;
	height: 114px;
}

.product .lists .list .informate {
	padding-left: 23px;
	float: left;
	font-size: 14px;
	color: #676767;
	width: 185px;
}

.product .lists .list .informate .name {
	font-size: 16px;
	color: #201f1f;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.product .lists .list .informate div {
	margin-bottom: 14px;
}

.product .lists .list .informate div font {
	color: #303030;
}

.product .lists .list .informate a {
	color: #9b9a9a;
	font-size: 14px;
	display: block;
	width: 120px;
	border: 1px solid #9b9a9a;
	text-align: center;
	height: 23px;
	line-height: 23px;
}

.product .lists .list .informate a img {
	display: none;
}

.product .lists .list .informate a:hover {
	background-color: #9B9A9A;
	color: #FFFFFF;
}

.product .lists .list .informate a img {
	margin-top: 3px;
}

.product .lists .list .informate .name a{ border:none; width: 180px; text-align:left;}

.product .lists .list .informate .name a:hover {background:none; color: #9b9a9a;}

.faq_lists ul li {
	border-bottom: solid 1px #dddddd;
}


/* 分页 */

.pages { margin-left:180px; margin-top:30px; padding-bottom:30px;
	text-align: center;
}
.pages li{ float:left; line-height:33px; margin-right:10px;
}
.pages li>.thisclass{ width:70px;}
.pages li select{ border:1px #CCC solid; height: 33px; line-height:33px; padding-left:12px; margin-left:20px; margin-right:20px;background:url(../images/jt1.png) 23px center no-repeat;}
.pages a {
	display: inline-block;
	border: solid 1px #dddddd;
	margin-left: 10px;
	padding:0 10px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: #b2b2b2;
	font-size: 14px;
}

.pages a:hover {
	background-color: #2d6ddf;
	color: #FFFFFF;
	border-color: #2d6ddf;
}

.pages a.active {
	background-color: #2d6ddf;
	color: #FFFFFF;
	border-color: #2d6ddf;
}

.pages a.prev,
.pages a.next,
.pages a.frist,
.pages a.last {
	width: 75px;
}


/* 工厂实景 */

.scene_content {
	width: 950px;
}

.scene_lists {}

.scene {
	margin-bottom: 48px;
}

.scene_lists li.list {
	width: 295px;
	margin-right: 10px;
	position: relative;
	height: 196px;
	overflow: hidden;
	float: left;
	margin-bottom: 13px;
}

.scene_lists li.list:nth-child(3n) {
	margin-right: 0;
}

.scene_lists li.list img {
	width: 100%;
	height: 196px;
}

.scene_lists li.list .mask {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 36px;
	text-align: center;
	background-color: rgba(55, 55, 55, .7);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 36px;
}

.scene .lists {
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	padding-top: 23px;
	padding-left: 21px;
	padding-bottom: 29px;
	padding-right: 21px;
}


/* 成功案例 */

.successful {
	margin-top: 20px;
}

.successful_title {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 8px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 11px;
	color: #414141;
	font-size: 16px;
}

.successful_title .border-left {
	width: 4px;
	height: 19px;
	background-color: #3488ea;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.successful_title .border-bottom {
	width: 83px;
	height: 3px;
	border-bottom: solid 2px #2d78cf;
	position: absolute;
	left: 0;
	bottom: 0;
}

.successful li {
	width: 300px;
	border: solid 1px #e5e5e5;
	float: left;
	margin-right: 24px;
}

.successful li:nth-child(3n) {
	margin-right: 0;
}

.successful li .img {
	width: 100%;
	margin-bottom: 15px;
	height: 166px;
	overflow: hidden;
}

.successful li .img img {
	width: 100%;
	height: 166px;
}

.successful li .p {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
}

.successful li .p div {
	font-size: 16px;
	color: #474747;
	margin-bottom: 5px;
}

.successful li .p p {
	font-size: 11px;
	color: #8b8b8b;
}

.successful li:hover {
	border-color: #3488ea;
}

.successful li:hover .p div {
	color: #2d78cf;
}


/* 关于我们 */

.about_content {
	width: 950px;
}

.article_title {
	text-align: center;
	font-size: 30px;
	color: #131313;
}

.about_article {
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	padding-top: 34px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
	padding-bottom: 30px;
}

.about_article .under {
	width: 21px;
	height: 4px;
	background-color: #2d78cf;
	margin: 20px auto 26px;
}


/* 资质荣誉 */

.honor_content {
	width: 950px;
}

.honor_lists {
	margin-top: 12px;
}

.honor_lists .list {
	float: left;
	width:202px;
	margin-right:30px;
	margin-bottom: 35px;
}

.honor_lists .list:nth-child(4n) {
	margin-right: 0;
}
.honor_lists .list .mask{ margin-top:15px; text-align:center; font-weight:normal; font-size:14px; color:#666;}


/* 合作伙伴 */

.partner {
	width: 950px;
}

.partner_lists {
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	padding-top: 39px;
	padding-left: 66px;
	padding-right: 70px;
	padding-bottom: 38px;
}

.partner_lists_title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin-bottom: 40px;
}

.partner_lists_title .en {
	font-size: 14px;
}

.partner_lists .list {
	width: 260px;
	height: 145px;
	border: solid 3px #f7f7f7;
	position: relative;
	overflow: hidden;
	float: left;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	margin-right: 16px;
	margin-bottom: 25px;
}

.partner_lists .list:nth-child(3n) {
	margin-right: 0;
}

.partner_lists .list:hover {
	border-color: #2d78cf;
}

.partner_lists .list .mask {
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: -28px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	background-color: #3488ea;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partner_lists .list:hover .mask {
	bottom: 0;
}

.partner_lists .list img {
	max-width: 100%;
	max-height: 145px;
}


/* 案例 */

.case_content {
	width: 950px
}

.case_lists {
	margin-top: 12px;
	border: solid 1px #e5e5e5;
	padding: 30px;
}

.case_lists .list {
	width: 435px;
	float: left;
	margin-bottom: 25px;
}

.case_lists .list:nth-child(even) {
	float: right;
}

.case_lists .list .img {
	width: 100%;
	overflow: hidden;
	height: 245px;
}

.case_lists .list .img img {
	width: 100%;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	height: 245px;
}

.case_lists .list .p {
	height: 55px;
	background-color: #FFFFFF;
	color: #616161;
	text-align: center;
	line-height: 55px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
}

.case_lists .list:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.case_lists .list:hover .p {
	background: #3488ea;
	color: #FFFFFF
}


/* 相关案例 */

.related .successful_title {
	color: #616161;
	font-size: 18px;
	padding-left: 0;
	width: 900px;
	margin: 0 auto;
}

.related ul li {
	border: 0;
	width: 270px;
	margin-right: 17px;
}

.related {
	border: solid 1px #e5e5e5;
	padding-top: 14px;
	position: relative;
	padding-bottom: 18px;
}

.related .bd {
	padding-top: 15px;
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}

.related ul li:nth-child(3n) {
	margin-right: 17px;
}

.related ul li .img {
	width: 100%;
	overflow: hidden;
	height: 150px;
	margin-bottom: 12px;
}

.related ul li .img img {
	width: 100%;
	height: 150px;
}

.related ul li .title {
	text-align: center;
	font-size: 16px;
	color: #2c2c2c;
}

.related .next,
.related .prev {
	width: 25px;
	height: 38px;
	background-color: rgba(52, 136, 234, 0.87);
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.related .prev {
	left: 13px;
	bottom: 77px;
	background-image: url(../images/prev.png);
}

.related .next {
	right: 13px;
	bottom: 77px;
	background-image: url(../images/next.png);
}


/* 解决方案 */

.programme {
	width: 950px;
}

.programmef_lists {
	border: solid 1px #e5e5e5;
	padding: 30px;
	margin-top: 12px;
}

.programmef_lists .list {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.programmef_lists .list .title {
	font-size: 16px;
	color: #2c2c2c;
}

.programmef_lists .list .title:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #2257b5;
	margin-top: 10px;
}

.programmef_lists .list .p {
	color: #808080;
	font-size: 14px;
	margin-top: 18px;
}

.programmef_lists .list a {
	width: 123px;
	height: 40px;
	background-color: #a0a0a0;
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}

.programmef_lists .list a:hover {
	background-color: #2d6ddf;
}


/* 应用领域 */

.mianbaoxie.app {
	height: 35px;
	line-height: 35px;
	background-color: #FFFFFF;
}

.mianbaoxie.app img {
	margin-top: 9px;
}

.application {
	background-color: #F8F8F8;
	padding-top: 50px;
	padding-bottom: 45px;
}

.adtab {
	width: 100%;
	background-image: url(../images/apad.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	height: 155px;
	margin-bottom: 38px;
}

.adtab .txtc {
	color: #FFFFFF;
	font-size: 26px;
	margin-bottom: 20px;
}

.adtab a {
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(238, 238, 238, 0.9);
	font-size: 16px;
	color: #353535;
	margin-right: 25px;
}

.adtab a.active {
	/*background-color: rgba(62, 160, 235, 0.9);
	color: #FFFFFF;*/
}

.adtab a:hover {
	color: #FFFFFF;
	background-color: rgba(62, 160, 235, 0.9);
}

.app_lists {
	padding: 26px;
	background-color: #FFFFFF;
}

.app_lists ul li {
	width: 365px;
	float: left;
	margin-right: 25px;
	margin-bottom: 35px;
}

.app_lists ul li .img:hover {
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.app_lists ul li .img:hover .mask {
	height: 100%;
}

.app_lists ul li .img:hover .mask p {
	display: none;
}

.app_lists ul li:nth-child(3n) {
	margin-right: 0;
}

.app_lists ul li .img {
	width: 100%;
	position: relative;
	height: 200px;
	margin-bottom: 15px;
	transition: .5s all;
	-webkit-transition: .5s all;
}

.app_lists ul li .img .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.73);
	transition: .5s all;
	-webkit-transition: .5s all;
}

.app_lists ul li .img img {
	width: 100%;
	height: 200px;
}

.app_lists ul li a {
	display: block;
	width: 246px;
	height: 47px;
	border-bottom: solid 2px #3488ea;
	margin: 0 auto;
	background: #EEEEEE;
	text-align: center;
	line-height: 47px;
	color: #292929;
}

.app_lists ul li .img .mask a {
	padding: 10px 20px;
	text-align: center;
	color: #353535;
	font-size: 16px;
	width: auto;
	height: auto;
	border: 0;
	background-color: #dcdddf;
	line-height: normal;
	margin: 85px auto 0;
	display: none;
}

.app_lists ul li .img .mask a:hover {
	background: #2D78CF;
	color: #FFFFFF;
}

.app_lists ul li .img .mask p {
	font-size: 18px;
}

.app_lists ul li a:hover {
	background: #2D78CF;
	color: #FFFFFF;
}

.app_lists ul li .img:hover a {
	display: inline-block;
}


/* 新闻资讯 */

.news {
	width: 950px;
	margin-bottom: 38px;
}

.news_lists {
	border: solid 1px #e5e5e5;
	padding: 20px;
	margin-top: 12px;
}

.news_lists .list {
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
}

.news_lists .list:last-child {
	border-bottom: 0;
}

.news_lists .list .img {
	width: 240px;
	height: 168px;
	float: left;
}

.news_lists .list .img img {
	width: 240px;
	height: 168px;
	max-height: 168px;
	
}

.news_lists .list .text {
	width: 630px;
	float: right;
}

.news_lists .list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.news_lists .list .title {
	color: #2c2c2c;
	font-size: 16px;
	margin-bottom: 5px;
}
.news_lists .list .title a{
	color: #2c2c2c; font-size:16px;
}
.news_lists .list .title a:hover{
	color: #2d78cf; font-size:16px;
}

.news_lists .list .date {
	color: #a4a4a4;
	font-size: 13px; margin-top:10px;
}

.news_lists .list .abstract {
	font-size: 14px;
	color: #808080;
	margin-top:15px;
}

.news_lists .list .title_a {
	display: block;
	width: 123px;
	height: 40px;
	background-color: #373737;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	margin-top: 20px;
}

.news_lists .list .download {
	margin-top: 20px;
}

.news_lists .list .download a {
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
}

.news_lists .list .download a:nth-child(2) {
	margin-left: 15px;
}

.news_lists .list .title_a:hover {
	background-color: #2d78cf;
}

.new_article {
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.new_article_title {
	width: 926px;
	margin: 0 auto 24px;
	border-bottom: dotted 1px #d2d2d2;
	padding-bottom: 14px;
	text-align: center;
	font-size: 24px;
	color: #2b2b2b;
}

.article_informate {
	font-size: 13px;
	color: #8f8f8f;
	margin-top: 12px;
}

.new_article .p {
	width: 900px;
	margin: 0 auto;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 26px;
}

.new_article .p p{ margin-top:15px;}


.new_article .p img {
	max-width: 100%;
}

.bdsharebuttonbox {
	width: 900px;
	margin: 30px auto 15px;
}

.next_prev_page {
	width: 900px;
	margin: 0 auto;
	border-top: dotted 1px #d2d2d2;
	padding-top: 11px;
}

.next_prev_page a {
	color: #404040;
	font-size: 15px;
}

.next_prev_page .prev_page {
	float: left;
	display: block;
	max-width: 307px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.next_prev_page .next_page {
	float: right;
	display: block;
	max-width: 307px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.next_prev_page:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.relevant_articles {
	margin-top: 20px;
	border: solid 1px #e5e5e5;
	padding: 15px;
}

.relevant_articles .successful_title {
	padding-left: 0;
}

.relevant_articles ul li {
	float: left;
	width: 400px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 7px;
}

.relevant_articles ul li a {
	color: #7e7e7e;
}

.relevant_articles ul li:nth-child(even) {
	float: right;
}

.relevant_articles ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: solid 1px #e5e5e5;
	border-radius: 50%;
}

.relevant_articles ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* 产品详细页 */

.lists_top:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.product_img {
	width: 413px;
	float: left;
}

.big_img {
	width: 413px;
	height: 256px;
	border: solid 1px #dcdcdc;
	margin-bottom: 13px;
	overflow: hidden;
}

.big_img img {
	width:413px;
	height: 256px;
}

.small_img {
	position: relative;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

.small_img .bd {
	overflow: hidden;
}

.small_img ul li {
	width: 78px;
	height: 53px;
	margin-right: 8px;
	border: solid 1px #eeeeee;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.small_img ul li:hover {
	border-color: #3488ea;
}

.small_img img {
	width: 100%;
}

.small_img a.prev,
.small_img a.next {
	width: 29px;
	height: 43px;
	background-color: #3488ea;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.small_img a.prev {
	left: 0;
	top: 3px;
	background-image: url(../images/prev.png);
}

.small_img a.next {
	right: 0;
	top: 3px;
	background-image: url(../images/next.png);
}

.small_img ul li.on {
	border-color: #3488ea;
}

.small_img a.next.nextStop,
.small_img a.prev.prevStop {
	background-color: #aaaaaa;
}

.product_informate {
	width: 460px;
	float: right;
}

.product_informate .product_title {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	color: #201f1f;
	font-size: 20px;
	font-weight: bold;
}

.product_informate .mt15{ height:90px; line-height:26px;font-size: 14px; color: #303030;}
.product_informate .mt15 p {
	font-size: 14px;
	margin-bottom: 10px;
}

.product_informate .mt15 font {
	color: #303030;
	font-weight: bold;
}

.product_informate .online,
.product_informate .qq {
	width: 86px;
	height: 30px;
	background-color: #2d78cf;
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}

.tel_zx{ width:460px; padding-top:20px; border-top: 2px solid #e7e7e7; margin-top:20px;}
.tel_zx span{ width:190px; height:45px; line-height:20px; font-size:24px; float:left; color:#2d78cf; background:url(../images/telx.png) left center no-repeat; display:block; padding-left:55px; font-weight:bold;}
.tel_zx font{ width:222px; font-size:16px; display:block; font-weight:normal; color:#666;}
.tel_zx a{width:116px; height:45px; font-size:18px;  text-align:center; line-height:45px; color:#FFF; float:right; background:#2d78cf; display:block;}
.tel_zx a:hover{width:116px; height:45px; text-align:center; line-height:45px; color:#FFF; float:right; background:#ff6700; display:block;}
.product_informate .online {
	background-color: #7d7d7d;
	margin-right: 4px;
}

.product_tab {
	margin-top: 35px;
}

.product_tab .hd li {
	width: 119px;
	height: 36px;
	background-color: #3f3f3f;
	text-align: center;
	line-height: 36px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
}

.product_tab .hd {
	border-bottom: 1px solid #2d78cf;
}

.product_tab .hd:after {
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.product_tab .hd li.on {
	background-color: #2d78cf;
}

.product_tab .bd {
	padding-top: 36px;
	color: #7f7f7f;
	font-size: 14px;
}

.product_tab .bd div {
	padding-top: 36px;
}
.product_tab .bd p { line-height:32px; margin-top:10px;
}


/* 案例详情 */

.case_slide {
	position: relative;
	margin-bottom: 15px;
}

.case_slide img {
	max-width: 100%;
	max-height: 442px;
}

.case_slide .bd {
	width: 730px;
	height: 442px;
	margin: 0 auto;
	text-align: center;
}

.case_slide .prev,
.case_slide .next {
	position: absolute;
	width: 51px;
	height: 123px;
	background-color: #3488ea;
	background-repeat: no-repeat;
	top: 160px;
	background-position: center;
	cursor: pointer;
}

.case_slide .prev {
	left: 0;
	background-image: url(../images/prev.png);
}

.case_slide .next {
	right: 0;
	background-image: url(../images/next.png);
}

.case_slide .prev.prevStop {
	background-color: #3f3f3f;
}

.case_slide .next.nextStop {
	background-color: #3f3f3f;
}

.case_lists .product_tab {
	margin-top: 50px;
}


/* 联系我们 */

.contact {
	width: 950px;
}

.recruit_lists {
	border: solid 1px #e5e5e5;
	padding: 25px 35px;
	margin-top: 12px;
}

.recruit_lists .tr {
	color: #606060;
	font-size: 16px;
	margin-bottom: 14px;
}

.recruit_lists .tr .space {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 40px;
}

.recruit_lists .tr .position {
	width: 182px;
	display: inline-block;
	margin-right: 18px;
}

.recruit_lists .tr .department {
	width: 65px;
	display: inline-block;
	margin-right: 110px;
}

.recruit_lists .tr .experience {
	width: 65px;
	display: inline-block;
	margin-right: 105px;
}

.recruit_lists .tr .requirements {
	width: 70px;
	display: inline-block;
	margin-right: 85px;
}

.recruit_lists .tr .area {
	width: 65px;
	display: inline-block;
}

.recruit_lists .list {
	margin-bottom: 28px;
}

.recruit_lists .list .tr {
	background-color: #F0F0F0;
	width: 840px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 0;
}

.recruit_lists .list .tr div {
	vertical-align: top;
}

.recruit_lists .list .button {
	width: 21px;
	height: 22px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: 13px;
	vertical-align: top;
	margin-right: 11px;
}

.recruit_lists .list .button:hover:before {
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
}

.recruit_lists .list .button:hover:after {
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}

.recruit_lists .list .button:before {
	content: '';
	background: #2d78cf;
	display: block;
	width: 1px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
}

.recruit_lists .list .button:after {
	content: '';
	background: #2d78cf;
	display: block;
	width: 21px;
	height: 1px;
	position: absolute;
	top: 50%;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
}

.recruit_lists .list .tr .department {
	margin-right: 115px;
}

.recruit_lists .list .toggle_detail {
	width: 840px;
	height: ;
	border: solid 1px #2d78cf;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 24px;
	padding-right: 30px;
	font-size: 13px;
	color: #656565;
	display: none;
	line-height: 26px;
	margin-left: 37px;
}

.recruit_lists .list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.toggle_detail .a {
	width: 93px;
	height: 30px;
	background-color: #2d78cf;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	margin-top: 17px;
}

.recruit_lists .list.active .button:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.recruit_lists .list.active .button:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}

.recruit_lists .list.active .tr {
	background-color: #3488ea;
	color: #FFFFFF;
}


/* 联系我们 */

.contact_content {
	border: solid 1px #e5e5e5;
	padding: 30px 33px;
	margin-top: 12px;
}

.contact-information:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.contact-information .h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

.contact-information .p {
	line-height: 34px;
	font-size: 16px;
	color: #575757;
	margin-bottom: 12px;
}

.contact-information .p img {
	margin-right: 16px;
}

.contact-information .fr img {
	margin-right: 40px;
	margin-top: 76px;
}

.contact-information .fr img:last-child {
	margin-right: 0;
}

.contact-information {
	margin-bottom: 26px;
}

.contact .successful {
	margin-top: 27px;
}


/* 右侧 */

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 157px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #3488ea url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #3488ea url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #3488ea url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #3488ea url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.fc_03c{ color:red;}

.gjz_list{ margin-top:20px; height:110px; border: solid 1px #e5e5e5;padding:15px;}
.gjz_list ul{ padding-top:10px;}
.gjz_list ul li{ padding:0 30px; float:left;}
.gjz_list ul li a{ color:#404040; padding:5px;}
.gjz_list ul li a:hover{ color:#fff; background:#2d78cf; padding:5px;}

.service-item b{display: inline-block;width:80px;text-align: center;background: #fff;line-height: 15px;
    color: #6e6e6e;position: relative;top: -15px;left: -2px; font-size:16px;}
.service-item {margin-top: 25px;padding: 5px 0;border-top: 1px solid #E8E8E8;}
.service-item p{display: inline-block;padding: 0 5px;color: #6e6e6e; font-size:16px;}
.service-item p span{border: 2px solid #075DD5;color: #075DD5;border-radius: 100%;line-height:26px;
width:26px; height:26px; display: inline-block;text-align: center;font-weight: 600;font-size:16px;}


.lianxi_zhongjian {

	height: 65px;
	width: 146px;
	text-align: center;
	line-height: 65px;
	font-family: "微软雅黑";
	font-size: 20px;
	margin-top: 10px;
}
.lianxi_fuwuqu {
	float: left;
	height: 82px;
	width: 350px;
	margin-left: 25px;
	margin-top: 20px;
}
.lianli_name {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
	text-align: left;
}
.lianxi_addr {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
}







 




